KREDOR Business Object Framework Documentation

SelectFrom<T>.And Method (String, Op, Object)

Appends the specified criteria to the current SelectFrom`1 instance.

public SelectFrom<T> And(
   String column,
   Op op,
   Object value
);

Parameters

String
A column name.
Op
A comparison operator.
Object
The value to compare against.

Return Value

The current SelectFrom instance modified.

See Also

SelectFrom<T> Class | Kredor.BO Namespace | SelectFrom<T>.And Overload List